McExecutionMode enumeration
Defines the chronological sequence of methods.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum McExecutionMode
Public Enum McExecutionMode
Members
Member name | Value | Description |
---|---|---|
mcImmediately | 0 | The functionality is immediately valid and may influence the ongoing motion but not the state. |
mcQueued | 1 | Same functionality as the buffer mode "mcBuffered," which means the next method affects the axis as soon as the previous movement is "Done." There is no motion blending. |
See also